home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Data 1999 March / CD Rom Data Mart 1999.iso / Media / Intro.dxr / Internal_50.ls < prev    next >
Encoding:
Text File  |  1999-02-16  |  176 b   |  11 lines

  1. on exitFrame
  2.   if the colorDepth < 24 then
  3.     go(marker("Error"))
  4.   else
  5.     go(marker("Start"))
  6.   end if
  7.   if the quickTimePresent = 0 then
  8.     go(marker("qt"))
  9.   end if
  10. end
  11.